home *** CD-ROM | disk | FTP | other *** search
-
-
-
- DEMONSTRATION MENU
- *******************************************************************************
-
- Current File: %1
-
- F1 Edit current file F2 Make %1.exe file
- F3 Edit this menu F4 Debug %1.exe file
- F5 Do anything F6 Refetch disk parms
- F7 Do above again F8 Copy %1.exe to floppy
- F9 Backup source F10 Change current file
-
- Press ESC to exit
-
- ******************************************************************************
- #* This is an example of a comment line
- #* The next non comment line will load WordStar (if it is in the
- #* system).
- #* The lines starting with lbs sign colon define a 'runstream'
- #* that is, a series of characters that will be supplied to the
- #* computer just as though the operator had typed them. The
- #* percentage number will be expanded just as they are in a batch
- #* file.
- #* The line with the tilde suspends the runstream until we exit
- #* WordStar, at which time we then perform the line which
- #* follows it . It is not legal to place comment lines between
- #* the areas defined by the lbs sign colon. See next
- #* comment line for next legal position.
- ##ws
- #:n%1.asm
- #:~
- #:!dir/w
- #* This is the next legal comment area
- #* Putting an exclamation mark at the start of a line will cause
- #* the menu to print the message "Press any key to continue"
- #* before we return to the displayable menu
- ##!a %1
- #* This is also a legal comment area
- ##.ws
- #:ndemo.mnu
- ##debug %1.exe demo.mnu
- ##?!"What do you want to do? "%2
- ##>
- ##!%2
- ##;copy %1.exe b:
- ##copy %1.asm b:
- ##<"What is the new program to work on? "%1
- #end